home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 December
/
2004-12 CHIP.iso
/
Internet
/
The Bat! Professional 3.01
/
thebat_professional.msi
/
Data1.cab
/
thebat.exe
/
0
/
RCDATA
/
TFOLDERPROCESSOR
/
TFOLDERPROCESSOR.txt
Wrap
Text File
|
2004-10-12
|
1KB
|
64 lines
object FolderProcessor: TFolderProcessor
Left = 283
Top = 254
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsDialog
Caption = 'Processing Folders'
ClientHeight = 146
ClientWidth = 327
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object lbCurrent: TLabel
Left = 16
Top = 8
Width = 297
Height = 33
AutoSize = False
ShowAccelChar = False
WordWrap = True
end
object lbAll: TLabel
Left = 16
Top = 72
Width = 79
Height = 13
Caption = 'Overall progress:'
end
object bCancel: TButton
Left = 116
Top = 116
Width = 97
Height = 25
Cancel = True
Caption = 'Cancel'
Default = True
TabOrder = 0
OnClick = bCancelClick
end
object pbCurrent: TProgressBar
Left = 16
Top = 48
Width = 297
Height = 17
TabOrder = 1
end
object pbAll: TProgressBar
Left = 16
Top = 88
Width = 297
Height = 17
TabOrder = 2
end
end